Carbon


WindowTransitionAction

Header: MacWindows.h

enum WindowTransitionAction {
    kWindowShowTransitionAction = 1,
    kWindowHideTransitionAction = 2
};

Constant descriptions

kWindowShowTransitionAction

Specifies that the animation display the window opening, that is, transitioning from a closed to an open state.

kWindowHideTransitionAction

Specifies that the animation display the window closing, that is, transitioning from an open to a closed state.


© 2000 Apple Computer, Inc. — (Last Updated 4/14/2000)